*** empty log message ***
authorJ.D. Smith <jdsmith@as.arizona.edu>
Thu, 22 Feb 2007 20:05:16 +0000 (20:05 +0000)
committerJ.D. Smith <jdsmith@as.arizona.edu>
Thu, 22 Feb 2007 20:05:16 +0000 (20:05 +0000)
lisp/ChangeLog

index 3722e2d774f30be1a9cffe9ca8f454690ec2a9c8..8a085ac52b9c188f18f7543fb3379154219346e4 100644 (file)
@@ -1,3 +1,19 @@
+2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
+
+       * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
+       commands, for restart.
+       (idlwave-shell-current-module): Fix handling of module name by
+       type.
+       (idlwave-shell-break-in): Update type handling.
+       (idlwave-shell-bp-get): Encode type in BP structure.
+       (idlwave-shell-set-bp): Fix setting condition on disabled BPs.
+       (idlwave-shell-module-source-query): Query routine info based on
+       type.  Fix path parsing for non-compiled files.
+       (idlwave-shell-module-source-filter): Don't signal error in
+       filter if no source found.
+       (idlwave-shell-set-bp-in-module): Use fallback source to prevent
+       filter race.
+
 2007-02-22  Kim F. Storm  <storm@cua.dk>
 
        * wid-edit.el (widget-default-create): Undo 2007-02-04 change.